home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 334_03 / test2 < prev    next >
Text File  |  1991-02-04  |  722b  |  21 lines

  1. set terminal latex
  2. set output "plot.tex" # a short comment here
  3. set size 4,2.75; help foo; set term latex
  4. set title "Effect of Prefetching
  5. set ylabel "Total\\Execution\\time\\(seconds)" 1
  6. set xlabel "Minimum prefetching lead in blocks"
  7. # full-line comment goes here
  8. set style lp1 "\scriptsize 1" 7 "\circle*{1}"
  9. set style lp2 "\scriptsize 2" 7 "\circle*{1}"
  10. set style lp3 "\scriptsize 3" 7 "\circle*{1}"
  11. set style lp4 "\scriptsize 4" 7 
  12. set noclip
  13. plot [0:90] [0:10] "points.gps" w lp1, "points.gw" w lp2, \
  14.   "points.lps" w lp3, "points.lw" w lp4,
  15. label 10,7 "gfp"
  16. label 80,5.5 "gw"
  17. label ,3.4 "lfp"
  18. label 40,1.8 "lw"
  19. plot [0:pi] sin(x) w points
  20. key 1,.5 "sin(x)" w points, "" w lines, "dummy" w lp1
  21.